.nav-link.active {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 5px;
}


@media screen and (max-width: 860px) {
  .nav-link.active {
    background-color: rgba(255, 255, 255, 0.0);
    color: purple !important;
  }
}
